3 w
= W
.Window((600, 400), "Ha!", minsize
= (240, 200))
5 w
.panes
= W
.HorizontalPanes((8, 8, -30, -8), (0.3, 0.3, 0.4))
6 w
.panes
.blah1
= W
.EditText(None, "eehhh...")
7 w
.panes
.blah2
= W
.EditText((8, 8, -8, -8), "xxx nou...")
8 w
.panes
.panes
= W
.VerticalPanes(None, (0.3, 0.4, 0.3))
9 w
.panes
.panes
.blah1
= W
.EditText(None, "eehhh...")
10 w
.panes
.panes
.blah2
= W
.Frame(None)
11 w
.panes
.panes
.blah2
.t
= W
.EditText((0, 0, 0, 0), "nou...")
12 w
.panes
.panes
.blah3
= W
.List(None, ["eehhh...", 'abc', 'def'])